home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 145
/
(Vol 145) Dec 21 2011.iso
/
Games
/
kupidon-strike.swf
/
scripts
/
DefineSprite_68_bob_obj
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-12-21
|
190 b
|
13 lines
stop();
i = 0;
while(i <= _root.tohit.length)
{
if(_root[_root.tohit[i]]._name == _name)
{
_root.tohit.splice(i,1);
i--;
}
i++;
}
this.removeMovieClip();